conf="
# Set transparency: 0 is transparent, 1 is opaque
*.transparency=1

# Set window title
*.title = HF Sysinfo

img.type = image
img.path = logo2.png
img.maxwidth = 450
img.border = 0
img.y = 120
img.x = 35

img2.type = image
img2.path = logo1.png
img2.maxwidth = 180
img2.border = 0
img2.y = 15
img2.x = 40

sysinfo.type=button
sysinfo.label=Systeminformationen auslesen
sysinfo.tooltip=Das Programm schließt sich nach dem Auslesen von selbst.
sysinfo.y = 75
sysinfo.x = 265

txt.type = text
txt.default = Erzeugt eine Profilerdatei (hf_result.zip)[return]auf dem Desktop. Es werden keine privaten Daten wie Serien-Nr. etc. ausgelesen!
txt.y = 29
txt.x = 270

"
pashua_run "$conf"

if [ $sysinfo = 1 ]; then
bash script2 & source scripts/getinfos
fi
